tegra: Add support for UART init in cpu board.c
authorSimon Glass <[email protected]>
Mon, 28 Nov 2011 15:04:39 +0000 (15:04 +0000)
committerAlbert ARIBAUD <[email protected]>
Sat, 24 Dec 2011 09:23:32 +0000 (10:23 +0100)
commitbb6997f8402a9074fc7a97c6fb4b892a4dcb095b
treea125d3d2950a0a02afac0c35ba775f64368e6bfd
parentb5a5b351979db29fd1aa33d8f31782d7f91731b0
tegra: Add support for UART init in cpu board.c

We add a way of initialising the selected of UARTs prior to relocation.
Boards can use the board_init_uart_f() instead of repeating this code
themselves.

Signed-off-by: Simon Glass <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
arch/arm/cpu/armv7/tegra2/board.c
arch/arm/include/asm/arch-tegra2/board.h [new file with mode: 0644]